home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 1.7 KB | 61 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: DOSMake.bmk
- # Release Version: $ 1.0d1 $
- #
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
- __ComponentName = BRExcLib
-
- __IncludeDirs = \
- -I$(BFC)\Found\BRCommon\Include \
- -I$(BFC)\Found\BRTaskG\Include \
- -I$(BFC)\Found\BRDebug\Include \
- -I$(BFC)\Found\BRRunTyp\Include \
- -I$(BFC)\Found\BRExcLib\Include
-
- __ComponentLibs= \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\crtldll.lib \
- $(BEDBORLANDDIR)\Lib\import.lib \
- !else ifdef _BEDWIN32S
- Kernel32 \
- !endif
- $(_BEDLIBDIR)\BRCommon \
- $(_BEDLIBDIR)\BRTaskG \
- $(_BEDLIBDIR)\BRDebug \
- $(_BEDLIBDIR)\BRRunTyp
-
- __ComponentObjects = \
- !ifdef __BORLANDC__
- $(BEDBORLANDDIR)\Lib\C0DL.obj \
- !endif
- $(_BEDTARGETOBJECTSDIR)\BRAutoDe.obj \
- $(_BEDTARGETOBJECTSDIR)\BRPriExc.obj \
- $(_BEDTARGETOBJECTSDIR)\BRNewHel.obj \
- $(_BEDTARGETOBJECTSDIR)\BRTryBlo.obj \
- $(_BEDTARGETOBJECTSDIR)\BRDelSta.obj \
- $(_BEDTARGETOBJECTSDIR)\BRExcLog.obj \
- $(_BEDTARGETOBJECTSDIR)\BRExcept.obj \
- $(_BEDTARGETOBJECTSDIR)\BRExcTas.obj \
- $(_BEDTARGETOBJECTSDIR)\BRPostEx.obj \
- $(_BEDTARGETOBJECTSDIR)\BRExcRun.obj \
- $(_BEDTARGETOBJECTSDIR)\BRLibMai.obj \
- $(_BEDTARGETOBJECTSDIR)\WEP.obj
-
- __ComponentResources =
-
- #
- # JEL: For now, we have to use Native Allocation in Windows,
- # GlobaAlloc, etc.
- #
-
- __OtherCPlusOptions = -DBR_qUsePlatformAlloc
-
- #####################################################################################
- # Dependencies
- #####################################################################################
-